home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode4.swf / scripts / DefineButton2_1173 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  467 b   |  21 lines

  1. on(release){
  2.    setProperty("/Gts", _X, 536);
  3.    setProperty("/Gts", _Y, 357);
  4.    setProperty("/Gts", _xscale, 20);
  5.    setProperty("/Gts", _yscale, 20);
  6.    _root.Inventaire.swapdepths(_root.Gts);
  7.    set("/Variables:TransMail",eval("/Variables:Instructions"));
  8.    if(_currentframe == 2)
  9.    {
  10.       tellTarget("InvSelection")
  11.       {
  12.          gotoAndStop(1);
  13.       }
  14.    }
  15.    tellTarget("MailMovie")
  16.    {
  17.       gotoAndPlay(3);
  18.    }
  19.    prevFrame();
  20. }
  21.